Schemat bigApi.v1
Typ prosty changePasswordErrorEnum
Schemat bigApi.v1 : Typ prosty changePasswordErrorEnum
Przestrzeń nazw http://api.big.pl/bigApi/v1/types
Typ
Restriction of xs:string
Diagram
Typ prosty changePasswordErrorEnum
Overview
changePasswordErrorEnum Restriction of xs:string
Dozwolone wartości
EnumerationtooShort
Podane hasło jest za krótkie
Password is too short
EnumerationnotAllowedCharacters
Niepoprawne znaki w haśle
Password contains not allowed characters
EnumerationlikeUsername
Hasło zawiera nazwę użytkownika lub odwrotnie
Password contains user name or vice versa
EnumerationsameAsPrevious
Podane hasło jest identyczne jak poprzednie
Password is same as previous
EnumerationtooLong
Podane hasło jest zbyt długie
Password is too long
EnumerationtooSimple
Podane hasło jest za proste
Password is too simple
Źródło
<xs:simpleType name="changePasswordErrorEnum" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:restriction base="xs:string">
    <xs:enumeration value="tooShort">
      <xs:annotation>
        <xs:documentation>
          <div class="opis pl-PL" xmlns="http://www.w3.org/1999/xhtml">Podane hasło jest za krótkie</div>
          <div class="opis en-GB" xmlns="http://www.w3.org/1999/xhtml">Password is too short</div>
        </xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="notAllowedCharacters">
      <xs:annotation>
        <xs:documentation>
          <div class="opis pl-PL" xmlns="http://www.w3.org/1999/xhtml">Niepoprawne znaki w haśle</div>
          <div class="opis en-GB" xmlns="http://www.w3.org/1999/xhtml">Password contains not allowed characters</div>
        </xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="likeUsername">
      <xs:annotation>
        <xs:documentation>
          <div class="opis pl-PL" xmlns="http://www.w3.org/1999/xhtml">Hasło zawiera nazwę użytkownika lub odwrotnie</div>
          <div class="opis en-GB" xmlns="http://www.w3.org/1999/xhtml">Password contains user name or vice versa</div>
        </xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="sameAsPrevious">
      <xs:annotation>
        <xs:documentation>
          <div class="opis pl-PL" xmlns="http://www.w3.org/1999/xhtml">Podane hasło jest identyczne jak poprzednie</div>
          <div class="opis en-GB" xmlns="http://www.w3.org/1999/xhtml">Password is same as previous</div>
        </xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="tooLong">
      <xs:annotation>
        <xs:documentation>
          <div class="opis pl-PL" xmlns="http://www.w3.org/1999/xhtml">Podane hasło jest zbyt długie</div>
          <div class="opis en-GB" xmlns="http://www.w3.org/1999/xhtml">Password is too long</div>
        </xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="tooSimple">
      <xs:annotation>
        <xs:documentation>
          <div class="opis pl-PL" xmlns="http://www.w3.org/1999/xhtml">Podane hasło jest za proste</div>
          <div class="opis en-GB" xmlns="http://www.w3.org/1999/xhtml">Password is too simple</div>
        </xs:documentation>
      </xs:annotation>
    </xs:enumeration>
  </xs:restriction>
</xs:simpleType>
Zobacz także
Schemat bigApi.v1